Html Css Color HEX #EF51A2 Brilliant Rose

📋 copy color: '#EF51A2'

red 239 ◦ green 81 ◦ blue 162

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

Shades of Brilliant Rose #EF51A2

Tints of Brilliant Rose #EF51A2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.8%

 BLUE value IS 162 (63.67% from 255) = 33.61%

R = 49.59%
G = 16.8%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF51A2 (or 0xEF51A2) is known color: Brilliant Rose. HEX triplet: EF, 51 and A2. RGB value is (239,81,162). Sum of RGB (Red+Green+Blue) = 239+81+162=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 162 (63.67% from 255 or 33.61% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF51A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF51A2 is #10AE5D. Grayscale: #898989. Windows color (decimal): -1093214 or 10637807. OLE color: 10637807.

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

Color convert

RGB 239 81 162 -
CMYK 0 0.66 0.32 0.06
HSL 329.24º 0.83% 0.63% -
HSV(B) 329.24º 0.66% 0.94% -
XYZ 45.06 26.84 36.99 -
YUV 137.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 239 81 162 0 0.66 0.32 0.06 329.24 0.83 0.63
Hex EF 51 A2 0 42 20 6 149 53 3F
Octal 357 121 242 0 102 40 6 511 123 77
Binary 11101111 1010001 10100010 0 1000010 100000 110 101001001 1010011 111111

Color Harmonies of #EF51A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF51A2

Black with #EF51A2

Text Example


Text Example

White with #EF51A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF51A2; }

 p { color: rgb(239,81,162); }

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

background-color css

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

 a { background-color: rgb(239,81,162); }

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

border-color css

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

 span { border-color: rgb(239,81,162); }

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