Html Css Color HEX #EF45AB Brilliant Rose

📋 copy color: '#EF45AB'

red 239 ◦ green 69 ◦ blue 171

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

Shades of Brilliant Rose #EF45AB

Tints of Brilliant Rose #EF45AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.7%

R = 49.9%
G = 14.41%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF45AB (or 0xEF45AB) is known color: Brilliant Rose. HEX triplet: EF, 45 and AB. RGB value is (239,69,171). Sum of RGB (Red+Green+Blue) = 239+69+171=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 69 (27.34% from 255 or 14.41% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF45AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF45AB is #10BA54. Grayscale: #838383. Windows color (decimal): -1096277 or 11224559. OLE color: 11224559.

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

Color convert

RGB 239 69 171 -
CMYK 0 0.71 0.28 0.06
HSL 324º 0.84% 0.6% -
HSV(B) 324º 0.71% 0.94% -
XYZ 45.08 25.55 41.08 -
YUV 131.46 150.32 204.71 -
System Red Green Blue C M Y K H S L
Decimal 239 69 171 0 0.71 0.28 0.06 324 0.84 0.6
Hex EF 45 AB 0 47 1C 6 144 54 3C
Octal 357 105 253 0 107 34 6 504 124 74
Binary 11101111 1000101 10101011 0 1000111 11100 110 101000100 1010100 111100

Color Harmonies of #EF45AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF45AB

Black with #EF45AB

Text Example


Text Example

White with #EF45AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF45AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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