Html Css Color HEX #EF55B2 Brilliant Rose

📋 copy color: '#EF55B2'

red 239 ◦ green 85 ◦ blue 178

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

Shades of Brilliant Rose #EF55B2

Tints of Brilliant Rose #EF55B2

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.93%

 BLUE value IS 178 (69.92% from 255) = 35.46%

R = 47.61%
G = 16.93%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF55B2 (or 0xEF55B2) is known color: Brilliant Rose. HEX triplet: EF, 55 and B2. RGB value is (239,85,178). Sum of RGB (Red+Green+Blue) = 239+85+178=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF55B2 is #10AA4D. Grayscale: #8D8D8D. Windows color (decimal): -1092174 or 11687407. OLE color: 11687407.

HSL color Cylindrical-coordinate representation of color #EF55B2: hue angle of 323.77º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF55B2 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 85 178 -
CMYK 0 0.64 0.26 0.06
HSL 323.77º 0.83% 0.64% -
HSV(B) 323.77º 0.64% 0.94% -
XYZ 46.88 28.06 45.07 -
YUV 141.65 148.52 197.44 -
System Red Green Blue C M Y K H S L
Decimal 239 85 178 0 0.64 0.26 0.06 323.77 0.83 0.64
Hex EF 55 B2 0 40 1A 6 144 53 40
Octal 357 125 262 0 100 32 6 504 123 100
Binary 11101111 1010101 10110010 0 1000000 11010 110 101000100 1010011 1000000

Color Harmonies of #EF55B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55B2

Black with #EF55B2

Text Example


Text Example

White with #EF55B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55B2; }

 p { color: rgb(239,85,178); }

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

background-color css

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

 a { background-color: rgb(239,85,178); }

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

border-color css

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

 span { border-color: rgb(239,85,178); }

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