Html Css Color HEX #EF4AAF Brilliant Rose

📋 copy color: '#EF4AAF'

red 239 ◦ green 74 ◦ blue 175

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

Shades of Brilliant Rose #EF4AAF

Tints of Brilliant Rose #EF4AAF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.16%

 BLUE value IS 175 (68.75% from 255) = 35.86%

R = 48.98%
G = 15.16%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF4AAF (or 0xEF4AAF) is known color: Brilliant Rose. HEX triplet: EF, 4A and AF. RGB value is (239,74,175). Sum of RGB (Red+Green+Blue) = 239+74+175=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4AAF is #10B550. Grayscale: #868686. Windows color (decimal): -1094993 or 11487983. OLE color: 11487983.

HSL color Cylindrical-coordinate representation of color #EF4AAF: hue angle of 323.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4AAF is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 74 175 -
CMYK 0 0.69 0.27 0.06
HSL 323.27º 0.84% 0.61% -
HSV(B) 323.27º 0.69% 0.94% -
XYZ 45.78 26.34 43.23 -
YUV 134.85 150.66 202.29 -
System Red Green Blue C M Y K H S L
Decimal 239 74 175 0 0.69 0.27 0.06 323.27 0.84 0.61
Hex EF 4A AF 0 45 1B 6 143 54 3D
Octal 357 112 257 0 105 33 6 503 124 75
Binary 11101111 1001010 10101111 0 1000101 11011 110 101000011 1010100 111101

Color Harmonies of #EF4AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4AAF

Black with #EF4AAF

Text Example


Text Example

White with #EF4AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4AAF; }

 p { color: rgb(239,74,175); }

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

background-color css

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

 a { background-color: rgb(239,74,175); }

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

border-color css

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

 span { border-color: rgb(239,74,175); }

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