Html Css Color HEX #EF45A8 Brilliant Rose

📋 copy color: '#EF45A8'

red 239 ◦ green 69 ◦ blue 168

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

Shades of Brilliant Rose #EF45A8

Tints of Brilliant Rose #EF45A8

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.5%

 BLUE value IS 168 (66.02% from 255) = 35.29%

R = 50.21%
G = 14.5%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF45A8 (or 0xEF45A8) is known color: Brilliant Rose. HEX triplet: EF, 45 and A8. RGB value is (239,69,168). Sum of RGB (Red+Green+Blue) = 239+69+168=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF45A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF45A8 is #10BA57. Grayscale: #828282. Windows color (decimal): -1096280 or 11027951. OLE color: 11027951.

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

Color convert

RGB 239 69 168 -
CMYK 0 0.71 0.30 0.06
HSL 325.06º 0.84% 0.6% -
HSV(B) 325.06º 0.71% 0.94% -
XYZ 44.79 25.43 39.59 -
YUV 131.12 148.82 204.95 -
System Red Green Blue C M Y K H S L
Decimal 239 69 168 0 0.71 0.30 0.06 325.06 0.84 0.6
Hex EF 45 A8 0 47 1E 6 145 54 3C
Octal 357 105 250 0 107 36 6 505 124 74
Binary 11101111 1000101 10101000 0 1000111 11110 110 101000101 1010100 111100

Color Harmonies of #EF45A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF45A8

Black with #EF45A8

Text Example


Text Example

White with #EF45A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF45A8; }

 p { color: rgb(239,69,168); }

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

background-color css

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

 a { background-color: rgb(239,69,168); }

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

border-color css

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

 span { border-color: rgb(239,69,168); }

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