Html Css Color HEX #EF4EA5 Brilliant Rose

📋 copy color: '#EF4EA5'

red 239 ◦ green 78 ◦ blue 165

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

Shades of Brilliant Rose #EF4EA5

Tints of Brilliant Rose #EF4EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.23%

R = 49.59%
G = 16.18%
B = 34.23%

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

#EF4EA5 (or 0xEF4EA5) is known color: Brilliant Rose. HEX triplet: EF, 4E and A5. RGB value is (239,78,165). Sum of RGB (Red+Green+Blue) = 239+78+165=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4EA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4EA5 is #10B15A. Grayscale: #878787. Windows color (decimal): -1093979 or 10833647. OLE color: 10833647.

HSL color Cylindrical-coordinate representation of color #EF4EA5: hue angle of 327.58º 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 #EF4EA5 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 78 165 -
CMYK 0 0.67 0.31 0.06
HSL 327.58º 0.83% 0.62% -
HSV(B) 327.58º 0.67% 0.94% -
XYZ 45.11 26.52 38.34 -
YUV 136.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 239 78 165 0 0.67 0.31 0.06 327.58 0.83 0.62
Hex EF 4E A5 0 43 1F 6 148 53 3E
Octal 357 116 245 0 103 37 6 510 123 76
Binary 11101111 1001110 10100101 0 1000011 11111 110 101001000 1010011 111110

Color Harmonies of #EF4EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4EA5

Black with #EF4EA5

Text Example


Text Example

White with #EF4EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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