Html Css Color HEX #EF4DAE Brilliant Rose

📋 copy color: '#EF4DAE'

red 239 ◦ green 77 ◦ blue 174

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

Shades of Brilliant Rose #EF4DAE

Tints of Brilliant Rose #EF4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.71%

 BLUE value IS 174 (68.36% from 255) = 35.51%

R = 48.78%
G = 15.71%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF4DAE (or 0xEF4DAE) is known color: Brilliant Rose. HEX triplet: EF, 4D and AE. RGB value is (239,77,174). Sum of RGB (Red+Green+Blue) = 239+77+174=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4DAE is #10B251. Grayscale: #888888. Windows color (decimal): -1094226 or 11423215. OLE color: 11423215.

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

Color convert

RGB 239 77 174 -
CMYK 0 0.68 0.27 0.06
HSL 324.07º 0.84% 0.62% -
HSV(B) 324.07º 0.68% 0.94% -
XYZ 45.89 26.71 42.78 -
YUV 136.5 149.17 201.11 -
System Red Green Blue C M Y K H S L
Decimal 239 77 174 0 0.68 0.27 0.06 324.07 0.84 0.62
Hex EF 4D AE 0 44 1B 6 144 54 3E
Octal 357 115 256 0 104 33 6 504 124 76
Binary 11101111 1001101 10101110 0 1000100 11011 110 101000100 1010100 111110

Color Harmonies of #EF4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4DAE

Black with #EF4DAE

Text Example


Text Example

White with #EF4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4DAE; }

 p { color: rgb(239,77,174); }

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

background-color css

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

 a { background-color: rgb(239,77,174); }

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

border-color css

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

 span { border-color: rgb(239,77,174); }

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