Html Css Color HEX #ED6BA4 Hot Pink

📋 copy color: '#ED6BA4'

red 237 ◦ green 107 ◦ blue 164

#ED6BA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #ED6BA4

Tints of Hot Pink #ED6BA4

RGB

 RED value IS 237 (92.97% from 255) = 46.65%

 GREEN value IS 107 (42.19% from 255) = 21.06%

 BLUE value IS 164 (64.45% from 255) = 32.28%

R = 46.65%
G = 21.06%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED6BA4 (or 0xED6BA4) is known color: Hot Pink. HEX triplet: ED, 6B and A4. RGB value is (237,107,164). Sum of RGB (Red+Green+Blue) = 237+107+164=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6BA4 is #12945B. Grayscale: #989898. Windows color (decimal): -1217628 or 10775533. OLE color: 10775533.

HSL color Cylindrical-coordinate representation of color #ED6BA4: hue angle of 333.69º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6BA4 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 107 164 -
CMYK 0 0.55 0.31 0.07
HSL 333.69º 0.78% 0.67% -
HSV(B) 333.69º 0.55% 0.93% -
XYZ 46.88 31.2 38.67 -
YUV 152.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 237 107 164 0 0.55 0.31 0.07 333.69 0.78 0.67
Hex ED 6B A4 0 37 1F 7 14E 4E 43
Octal 355 153 244 0 67 37 7 516 116 103
Binary 11101101 1101011 10100100 0 110111 11111 111 101001110 1001110 1000011

Color Harmonies of #ED6BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BA4

Black with #ED6BA4

Text Example


Text Example

White with #ED6BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6BA4; }

 p { color: rgb(237,107,164); }

 H1.HeaderClassName
 {
   color: #ED6BA4;
 }
 .AnyTagClassName
 {
   color: #ED6BA4;
 }
</style>

background-color css

<style>
 a { background-color: #ED6BA4; }

 a { background-color: rgb(237,107,164); }

 div.DivClassName
 {
   background-color: #ED6BA4;
 }
 .BgClassName
 {
   background-color: #ED6BA4;
 }
</style>

border-color css

<style>
 span { border-color: #ED6BA4; }

 span { border-color: rgb(237,107,164); }

 td.TdClassName
 {
   border-color: #ED6BA4;
 }
 .TagClassName
 {
   border-color: #ED6BA4;
 }
</style>