Html Css Color HEX #EF90C2 Shocking

📋 copy color: '#EF90C2'

red 239 ◦ green 144 ◦ blue 194

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

Shades of Shocking #EF90C2

Tints of Shocking #EF90C2

RGB

 RED value IS 239 (93.75% from 255) = 41.42%

 GREEN value IS 144 (56.64% from 255) = 24.96%

 BLUE value IS 194 (76.17% from 255) = 33.62%

R = 41.42%
G = 24.96%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF90C2 (or 0xEF90C2) is known color: Shocking. HEX triplet: EF, 90 and C2. RGB value is (239,144,194). Sum of RGB (Red+Green+Blue) = 239+144+194=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90C2 is #106F3D. Grayscale: #B2B2B2. Windows color (decimal): -1077054 or 12751087. OLE color: 12751087.

HSL color Cylindrical-coordinate representation of color #EF90C2: hue angle of 328.42º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90C2 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 144 194 -
CMYK 0 0.40 0.19 0.06
HSL 328.42º 0.75% 0.75% -
HSV(B) 328.42º 0.4% 0.94% -
XYZ 55.31 42.19 56.27 -
YUV 178.11 136.97 171.43 -
System Red Green Blue C M Y K H S L
Decimal 239 144 194 0 0.40 0.19 0.06 328.42 0.75 0.75
Hex EF 90 C2 0 28 13 6 148 4B 4B
Octal 357 220 302 0 50 23 6 510 113 113
Binary 11101111 10010000 11000010 0 101000 10011 110 101001000 1001011 1001011

Color Harmonies of #EF90C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF90C2

Black with #EF90C2

Text Example


Text Example

White with #EF90C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF90C2; }

 p { color: rgb(239,144,194); }

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

background-color css

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

 a { background-color: rgb(239,144,194); }

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

border-color css

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

 span { border-color: rgb(239,144,194); }

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