Html Css Color HEX #EA69B4 Hot Pink

📋 copy color: '#EA69B4'

red 234 ◦ green 105 ◦ blue 180

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

Shades of Hot Pink #EA69B4

Tints of Hot Pink #EA69B4

RGB

 RED value IS 234 (91.8% from 255) = 45.09%

 GREEN value IS 105 (41.41% from 255) = 20.23%

 BLUE value IS 180 (70.7% from 255) = 34.68%

R = 45.09%
G = 20.23%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA69B4 (or 0xEA69B4) is known color: Hot Pink. HEX triplet: EA, 69 and B4. RGB value is (234,105,180). Sum of RGB (Red+Green+Blue) = 234+105+180=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA69B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA69B4 is #15964B. Grayscale: #979797. Windows color (decimal): -1414732 or 11823594. OLE color: 11823594.

HSL color Cylindrical-coordinate representation of color #EA69B4: hue angle of 325.12º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA69B4 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 105 180 -
CMYK 0 0.55 0.23 0.08
HSL 325.12º 0.75% 0.66% -
HSV(B) 325.12º 0.55% 0.92% -
XYZ 47.22 30.89 46.65 -
YUV 152.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 234 105 180 0 0.55 0.23 0.08 325.12 0.75 0.66
Hex EA 69 B4 0 37 17 8 145 4B 42
Octal 352 151 264 0 67 27 10 505 113 102
Binary 11101010 1101001 10110100 0 110111 10111 1000 101000101 1001011 1000010

Color Harmonies of #EA69B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA69B4

Black with #EA69B4

Text Example


Text Example

White with #EA69B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA69B4; }

 p { color: rgb(234,105,180); }

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

background-color css

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

 a { background-color: rgb(234,105,180); }

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

border-color css

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

 span { border-color: rgb(234,105,180); }

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