Html Css Color HEX #EA07BD Shocking Pink

📋 copy color: '#EA07BD'

red 234 ◦ green 7 ◦ blue 189

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

Shades of Shocking Pink #EA07BD

Tints of Shocking Pink #EA07BD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.63%

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 54.42%
G = 1.63%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EA07BD (or 0xEA07BD) is known color: Shocking Pink. HEX triplet: EA, 07 and BD. RGB value is (234,7,189). Sum of RGB (Red+Green+Blue) = 234+7+189=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07BD is #15F842. Grayscale: #5F5F5F. Windows color (decimal): -1439811 or 12388330. OLE color: 12388330.

HSL color Cylindrical-coordinate representation of color #EA07BD: hue angle of 311.89º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA07BD is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 7 189 -
CMYK 0 0.97 0.19 0.08
HSL 311.89º 0.94% 0.47% -
HSV(B) 311.89º 0.97% 0.92% -
XYZ 43.19 21.32 49.98 -
YUV 95.62 180.71 226.7 -
System Red Green Blue C M Y K H S L
Decimal 234 7 189 0 0.97 0.19 0.08 311.89 0.94 0.47
Hex EA 7 BD 0 61 13 8 138 5E 2F
Octal 352 7 275 0 141 23 10 470 136 57
Binary 11101010 111 10111101 0 1100001 10011 1000 100111000 1011110 101111

Color Harmonies of #EA07BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA07BD

Black with #EA07BD

Text Example


Text Example

White with #EA07BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA07BD; }

 p { color: rgb(234,7,189); }

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

background-color css

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

 a { background-color: rgb(234,7,189); }

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

border-color css

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

 span { border-color: rgb(234,7,189); }

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