Html Css Color HEX #EF62A0 Brilliant Rose

📋 copy color: '#EF62A0'

red 239 ◦ green 98 ◦ blue 160

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

Shades of Brilliant Rose #EF62A0

Tints of Brilliant Rose #EF62A0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.72%

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

R = 48.09%
G = 19.72%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF62A0 (or 0xEF62A0) is known color: Brilliant Rose. HEX triplet: EF, 62 and A0. RGB value is (239,98,160). Sum of RGB (Red+Green+Blue) = 239+98+160=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF62A0 is #109D5F. Grayscale: #939393. Windows color (decimal): -1088864 or 10511087. OLE color: 10511087.

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

Color convert

RGB 239 98 160 -
CMYK 0 0.59 0.33 0.06
HSL 333.62º 0.82% 0.66% -
HSV(B) 333.62º 0.59% 0.94% -
XYZ 46.31 29.62 36.53 -
YUV 147.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 239 98 160 0 0.59 0.33 0.06 333.62 0.82 0.66
Hex EF 62 A0 0 3B 21 6 14E 52 42
Octal 357 142 240 0 73 41 6 516 122 102
Binary 11101111 1100010 10100000 0 111011 100001 110 101001110 1010010 1000010

Color Harmonies of #EF62A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF62A0

Black with #EF62A0

Text Example


Text Example

White with #EF62A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF62A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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