Html Css Color HEX #EF45A0 Brilliant Rose

📋 copy color: '#EF45A0'

red 239 ◦ green 69 ◦ blue 160

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

Shades of Brilliant Rose #EF45A0

Tints of Brilliant Rose #EF45A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.19%

R = 51.07%
G = 14.74%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF45A0 (or 0xEF45A0) is known color: Brilliant Rose. HEX triplet: EF, 45 and A0. RGB value is (239,69,160). Sum of RGB (Red+Green+Blue) = 239+69+160=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF45A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF45A0 is #10BA5F. Grayscale: #828282. Windows color (decimal): -1096288 or 10503663. OLE color: 10503663.

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

Color convert

RGB 239 69 160 -
CMYK 0 0.71 0.33 0.06
HSL 327.88º 0.84% 0.6% -
HSV(B) 327.88º 0.71% 0.94% -
XYZ 44.07 25.15 35.79 -
YUV 130.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 239 69 160 0 0.71 0.33 0.06 327.88 0.84 0.6
Hex EF 45 A0 0 47 21 6 148 54 3C
Octal 357 105 240 0 107 41 6 510 124 74
Binary 11101111 1000101 10100000 0 1000111 100001 110 101001000 1010100 111100

Color Harmonies of #EF45A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF45A0

Black with #EF45A0

Text Example


Text Example

White with #EF45A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF45A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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