Html Css Color HEX #EF55A2 Brilliant Rose

📋 copy color: '#EF55A2'

red 239 ◦ green 85 ◦ blue 162

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

Shades of Brilliant Rose #EF55A2

Tints of Brilliant Rose #EF55A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.33%

R = 49.18%
G = 17.49%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#EF55A2 (or 0xEF55A2) is known color: Brilliant Rose. HEX triplet: EF, 55 and A2. RGB value is (239,85,162). Sum of RGB (Red+Green+Blue) = 239+85+162=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF55A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF55A2 is #10AA5D. Grayscale: #8B8B8B. Windows color (decimal): -1092190 or 10638831. OLE color: 10638831.

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

Color convert

RGB 239 85 162 -
CMYK 0 0.64 0.32 0.06
HSL 330º 0.83% 0.64% -
HSV(B) 330º 0.64% 0.94% -
XYZ 45.37 27.46 37.09 -
YUV 139.82 140.52 198.74 -
System Red Green Blue C M Y K H S L
Decimal 239 85 162 0 0.64 0.32 0.06 330 0.83 0.64
Hex EF 55 A2 0 40 20 6 14A 53 40
Octal 357 125 242 0 100 40 6 512 123 100
Binary 11101111 1010101 10100010 0 1000000 100000 110 101001010 1010011 1000000

Color Harmonies of #EF55A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF55A2

Black with #EF55A2

Text Example


Text Example

White with #EF55A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF55A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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