Html Css Color HEX #EB42B0 Brilliant Rose

📋 copy color: '#EB42B0'

red 235 ◦ green 66 ◦ blue 176

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

Shades of Brilliant Rose #EB42B0

Tints of Brilliant Rose #EB42B0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.84%

 BLUE value IS 176 (69.14% from 255) = 36.9%

R = 49.27%
G = 13.84%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB42B0 (or 0xEB42B0) is known color: Brilliant Rose. HEX triplet: EB, 42 and B0. RGB value is (235,66,176). Sum of RGB (Red+Green+Blue) = 235+66+176=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB42B0 is #14BD4F. Grayscale: #808080. Windows color (decimal): -1359184 or 11551467. OLE color: 11551467.

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

Color convert

RGB 235 66 176 -
CMYK 0 0.72 0.25 0.08
HSL 320.95º 0.81% 0.59% -
HSV(B) 320.95º 0.72% 0.92% -
XYZ 44.05 24.69 43.52 -
YUV 129.07 154.49 203.56 -
System Red Green Blue C M Y K H S L
Decimal 235 66 176 0 0.72 0.25 0.08 320.95 0.81 0.59
Hex EB 42 B0 0 48 19 8 141 51 3B
Octal 353 102 260 0 110 31 10 501 121 73
Binary 11101011 1000010 10110000 0 1001000 11001 1000 101000001 1010001 111011

Color Harmonies of #EB42B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB42B0

Black with #EB42B0

Text Example


Text Example

White with #EB42B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB42B0; }

 p { color: rgb(235,66,176); }

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

background-color css

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

 a { background-color: rgb(235,66,176); }

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

border-color css

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

 span { border-color: rgb(235,66,176); }

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