Html Css Color HEX #EF64A0 Brilliant Rose

📋 copy color: '#EF64A0'

red 239 ◦ green 100 ◦ blue 160

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

Shades of Brilliant Rose #EF64A0

Tints of Brilliant Rose #EF64A0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.04%

 BLUE value IS 160 (62.89% from 255) = 32.06%

R = 47.9%
G = 20.04%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF64A0 (or 0xEF64A0) is known color: Brilliant Rose. HEX triplet: EF, 64 and A0. RGB value is (239,100,160). Sum of RGB (Red+Green+Blue) = 239+100+160=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF64A0 is #109B5F. Grayscale: #949494. Windows color (decimal): -1088352 or 10511599. OLE color: 10511599.

HSL color Cylindrical-coordinate representation of color #EF64A0: hue angle of 334.1º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF64A0 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 160 -
CMYK 0 0.58 0.33 0.06
HSL 334.1º 0.81% 0.66% -
HSV(B) 334.1º 0.58% 0.94% -
XYZ 46.5 30 36.6 -
YUV 148.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 239 100 160 0 0.58 0.33 0.06 334.1 0.81 0.66
Hex EF 64 A0 0 3A 21 6 14E 51 42
Octal 357 144 240 0 72 41 6 516 121 102
Binary 11101111 1100100 10100000 0 111010 100001 110 101001110 1010001 1000010

Color Harmonies of #EF64A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF64A0

Black with #EF64A0

Text Example


Text Example

White with #EF64A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF64A0; }

 p { color: rgb(239,100,160); }

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

background-color css

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

 a { background-color: rgb(239,100,160); }

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

border-color css

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

 span { border-color: rgb(239,100,160); }

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