Html Css Color HEX #EF4E9A Brilliant Rose

📋 copy color: '#EF4E9A'

red 239 ◦ green 78 ◦ blue 154

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

Shades of Brilliant Rose #EF4E9A

Tints of Brilliant Rose #EF4E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.7%

R = 50.74%
G = 16.56%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF4E9A (or 0xEF4E9A) is known color: Brilliant Rose. HEX triplet: EF, 4E and 9A. RGB value is (239,78,154). Sum of RGB (Red+Green+Blue) = 239+78+154=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF4E9A is #10B165. Grayscale: #868686. Windows color (decimal): -1093990 or 10112751. OLE color: 10112751.

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

Color convert

RGB 239 78 154 -
CMYK 0 0.67 0.36 0.06
HSL 331.68º 0.83% 0.62% -
HSV(B) 331.68º 0.67% 0.94% -
XYZ 44.15 26.13 33.29 -
YUV 134.8 138.84 202.32 -
System Red Green Blue C M Y K H S L
Decimal 239 78 154 0 0.67 0.36 0.06 331.68 0.83 0.62
Hex EF 4E 9A 0 43 24 6 14C 53 3E
Octal 357 116 232 0 103 44 6 514 123 76
Binary 11101111 1001110 10011010 0 1000011 100100 110 101001100 1010011 111110

Color Harmonies of #EF4E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4E9A

Black with #EF4E9A

Text Example


Text Example

White with #EF4E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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