Html Css Color HEX #EF45A7 Brilliant Rose

📋 copy color: '#EF45A7'

red 239 ◦ green 69 ◦ blue 167

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

Shades of Brilliant Rose #EF45A7

Tints of Brilliant Rose #EF45A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.16%

R = 50.32%
G = 14.53%
B = 35.16%

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

#EF45A7 (or 0xEF45A7) is known color: Brilliant Rose. HEX triplet: EF, 45 and A7. RGB value is (239,69,167). Sum of RGB (Red+Green+Blue) = 239+69+167=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF45A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF45A7 is #10BA58. Grayscale: #828282. Windows color (decimal): -1096281 or 10962415. OLE color: 10962415.

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

Color convert

RGB 239 69 167 -
CMYK 0 0.71 0.30 0.06
HSL 325.41º 0.84% 0.6% -
HSV(B) 325.41º 0.71% 0.94% -
XYZ 44.7 25.4 39.11 -
YUV 131 148.32 205.03 -
System Red Green Blue C M Y K H S L
Decimal 239 69 167 0 0.71 0.30 0.06 325.41 0.84 0.6
Hex EF 45 A7 0 47 1E 6 145 54 3C
Octal 357 105 247 0 107 36 6 505 124 74
Binary 11101111 1000101 10100111 0 1000111 11110 110 101000101 1010100 111100

Color Harmonies of #EF45A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF45A7

Black with #EF45A7

Text Example


Text Example

White with #EF45A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF45A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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