Html Css Color HEX #E62ACB Razzle Dazzle Rose

📋 copy color: '#E62ACB'

red 230 ◦ green 42 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E62ACB

Tints of Razzle Dazzle Rose #E62ACB

RGB

 RED value IS 230 (90.23% from 255) = 48.42%

 GREEN value IS 42 (16.8% from 255) = 8.84%

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 48.42%
G = 8.84%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E62ACB (or 0xE62ACB) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2A and CB. RGB value is (230,42,203). Sum of RGB (Red+Green+Blue) = 230+42+203=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 42 (16.80% from 255 or 8.84% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E62ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62ACB is #19D534. Grayscale: #747474. Windows color (decimal): -1692981 or 13314790. OLE color: 13314790.

HSL color Cylindrical-coordinate representation of color #E62ACB: hue angle of 308.62º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62ACB is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 42 203 -
CMYK 0 0.82 0.12 0.10
HSL 308.62º 0.79% 0.53% -
HSV(B) 308.62º 0.82% 0.9% -
XYZ 44.24 22.79 58.57 -
YUV 116.57 176.78 208.91 -
System Red Green Blue C M Y K H S L
Decimal 230 42 203 0 0.82 0.12 0.10 308.62 0.79 0.53
Hex E6 2A CB 0 52 C A 135 4F 35
Octal 346 52 313 0 122 14 12 465 117 65
Binary 11100110 101010 11001011 0 1010010 1100 1010 100110101 1001111 110101

Color Harmonies of #E62ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62ACB

Black with #E62ACB

Text Example


Text Example

White with #E62ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62ACB; }

 p { color: rgb(230,42,203); }

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

background-color css

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

 a { background-color: rgb(230,42,203); }

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

border-color css

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

 span { border-color: rgb(230,42,203); }

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