Html Css Color HEX #E126CB Razzle Dazzle Rose

📋 copy color: '#E126CB'

red 225 ◦ green 38 ◦ blue 203

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

Shades of Razzle Dazzle Rose #E126CB

Tints of Razzle Dazzle Rose #E126CB

RGB

 RED value IS 225 (88.28% from 255) = 48.28%

 GREEN value IS 38 (15.23% from 255) = 8.15%

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

R = 48.28%
G = 8.15%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E126CB (or 0xE126CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 26 and CB. RGB value is (225,38,203). Sum of RGB (Red+Green+Blue) = 225+38+203=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 38 (15.23% from 255 or 8.15% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E126CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E126CB is #1ED934. Grayscale: #707070. Windows color (decimal): -2021685 or 13313761. OLE color: 13313761.

HSL color Cylindrical-coordinate representation of color #E126CB: hue angle of 307.06º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E126CB is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 38 203 -
CMYK 0 0.83 0.10 0.12
HSL 307.06º 0.76% 0.52% -
HSV(B) 307.06º 0.83% 0.88% -
XYZ 42.52 21.71 58.45 -
YUV 112.72 178.95 208.08 -
System Red Green Blue C M Y K H S L
Decimal 225 38 203 0 0.83 0.10 0.12 307.06 0.76 0.52
Hex E1 26 CB 0 53 A C 133 4C 34
Octal 341 46 313 0 123 12 14 463 114 64
Binary 11100001 100110 11001011 0 1010011 1010 1100 100110011 1001100 110100

Color Harmonies of #E126CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E126CB

Black with #E126CB

Text Example


Text Example

White with #E126CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E126CB; }

 p { color: rgb(225,38,203); }

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

background-color css

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

 a { background-color: rgb(225,38,203); }

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

border-color css

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

 span { border-color: rgb(225,38,203); }

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