Html Css Color HEX #EF4EA4 Brilliant Rose

📋 copy color: '#EF4EA4'

red 239 ◦ green 78 ◦ blue 164

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

Shades of Brilliant Rose #EF4EA4

Tints of Brilliant Rose #EF4EA4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.22%

 BLUE value IS 164 (64.45% from 255) = 34.1%

R = 49.69%
G = 16.22%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF4EA4 (or 0xEF4EA4) is known color: Brilliant Rose. HEX triplet: EF, 4E and A4. RGB value is (239,78,164). Sum of RGB (Red+Green+Blue) = 239+78+164=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4EA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4EA4 is #10B15B. Grayscale: #878787. Windows color (decimal): -1093980 or 10768111. OLE color: 10768111.

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

Color convert

RGB 239 78 164 -
CMYK 0 0.67 0.31 0.06
HSL 327.95º 0.83% 0.62% -
HSV(B) 327.95º 0.67% 0.94% -
XYZ 45.02 26.48 37.86 -
YUV 135.94 143.84 201.51 -
System Red Green Blue C M Y K H S L
Decimal 239 78 164 0 0.67 0.31 0.06 327.95 0.83 0.62
Hex EF 4E A4 0 43 1F 6 148 53 3E
Octal 357 116 244 0 103 37 6 510 123 76
Binary 11101111 1001110 10100100 0 1000011 11111 110 101001000 1010011 111110

Color Harmonies of #EF4EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4EA4

Black with #EF4EA4

Text Example


Text Example

White with #EF4EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4EA4; }

 p { color: rgb(239,78,164); }

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

background-color css

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

 a { background-color: rgb(239,78,164); }

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

border-color css

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

 span { border-color: rgb(239,78,164); }

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