Html Css Color HEX #EB629E Brilliant Rose

📋 copy color: '#EB629E'

red 235 ◦ green 98 ◦ blue 158

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

Shades of Brilliant Rose #EB629E

Tints of Brilliant Rose #EB629E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.96%

 BLUE value IS 158 (62.11% from 255) = 32.18%

R = 47.86%
G = 19.96%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB629E (or 0xEB629E) is known color: Brilliant Rose. HEX triplet: EB, 62 and 9E. RGB value is (235,98,158). Sum of RGB (Red+Green+Blue) = 235+98+158=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB629E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB629E is #149D61. Grayscale: #919191. Windows color (decimal): -1351010 or 10380011. OLE color: 10380011.

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

Color convert

RGB 235 98 158 -
CMYK 0 0.58 0.33 0.08
HSL 333.72º 0.77% 0.65% -
HSV(B) 333.72º 0.58% 0.92% -
XYZ 44.8 28.87 35.56 -
YUV 145.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 235 98 158 0 0.58 0.33 0.08 333.72 0.77 0.65
Hex EB 62 9E 0 3A 21 8 14E 4D 41
Octal 353 142 236 0 72 41 10 516 115 101
Binary 11101011 1100010 10011110 0 111010 100001 1000 101001110 1001101 1000001

Color Harmonies of #EB629E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB629E

Black with #EB629E

Text Example


Text Example

White with #EB629E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB629E; }

 p { color: rgb(235,98,158); }

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

background-color css

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

 a { background-color: rgb(235,98,158); }

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

border-color css

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

 span { border-color: rgb(235,98,158); }

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