Html Css Color HEX #EB64A2 Brilliant Rose

📋 copy color: '#EB64A2'

red 235 ◦ green 100 ◦ blue 162

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

Shades of Brilliant Rose #EB64A2

Tints of Brilliant Rose #EB64A2

RGB

 RED value IS 235 (92.19% from 255) = 47.28%

 GREEN value IS 100 (39.45% from 255) = 20.12%

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

R = 47.28%
G = 20.12%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EB64A2 (or 0xEB64A2) is known color: Brilliant Rose. HEX triplet: EB, 64 and A2. RGB value is (235,100,162). Sum of RGB (Red+Green+Blue) = 235+100+162=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB64A2 is #149B5D. Grayscale: #939393. Windows color (decimal): -1350494 or 10642667. OLE color: 10642667.

HSL color Cylindrical-coordinate representation of color #EB64A2: hue angle of 332.44º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB64A2 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 100 162 -
CMYK 0 0.57 0.31 0.08
HSL 332.44º 0.77% 0.66% -
HSV(B) 332.44º 0.57% 0.92% -
XYZ 45.34 29.39 37.46 -
YUV 147.43 136.23 190.46 -
System Red Green Blue C M Y K H S L
Decimal 235 100 162 0 0.57 0.31 0.08 332.44 0.77 0.66
Hex EB 64 A2 0 39 1F 8 14C 4D 42
Octal 353 144 242 0 71 37 10 514 115 102
Binary 11101011 1100100 10100010 0 111001 11111 1000 101001100 1001101 1000010

Color Harmonies of #EB64A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB64A2

Black with #EB64A2

Text Example


Text Example

White with #EB64A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB64A2; }

 p { color: rgb(235,100,162); }

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

background-color css

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

 a { background-color: rgb(235,100,162); }

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

border-color css

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

 span { border-color: rgb(235,100,162); }

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