Html Css Color HEX #EB61A8 Brilliant Rose

📋 copy color: '#EB61A8'

red 235 ◦ green 97 ◦ blue 168

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

Shades of Brilliant Rose #EB61A8

Tints of Brilliant Rose #EB61A8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.4%

 BLUE value IS 168 (66.02% from 255) = 33.6%

R = 47%
G = 19.4%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB61A8 (or 0xEB61A8) is known color: Brilliant Rose. HEX triplet: EB, 61 and A8. RGB value is (235,97,168). Sum of RGB (Red+Green+Blue) = 235+97+168=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB61A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB61A8 is #149E57. Grayscale: #929292. Windows color (decimal): -1351256 or 11035115. OLE color: 11035115.

HSL color Cylindrical-coordinate representation of color #EB61A8: hue angle of 329.13º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB61A8 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 97 168 -
CMYK 0 0.59 0.29 0.08
HSL 329.13º 0.78% 0.65% -
HSV(B) 329.13º 0.59% 0.92% -
XYZ 45.6 29.04 40.25 -
YUV 146.36 140.22 191.23 -
System Red Green Blue C M Y K H S L
Decimal 235 97 168 0 0.59 0.29 0.08 329.13 0.78 0.65
Hex EB 61 A8 0 3B 1D 8 149 4E 41
Octal 353 141 250 0 73 35 10 511 116 101
Binary 11101011 1100001 10101000 0 111011 11101 1000 101001001 1001110 1000001

Color Harmonies of #EB61A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB61A8

Black with #EB61A8

Text Example


Text Example

White with #EB61A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB61A8; }

 p { color: rgb(235,97,168); }

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

background-color css

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

 a { background-color: rgb(235,97,168); }

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

border-color css

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

 span { border-color: rgb(235,97,168); }

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