Html Css Color HEX #E235BD Razzle Dazzle Rose

📋 copy color: '#E235BD'

red 226 ◦ green 53 ◦ blue 189

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

Shades of Razzle Dazzle Rose #E235BD

Tints of Razzle Dazzle Rose #E235BD

RGB

 RED value IS 226 (88.67% from 255) = 48.29%

 GREEN value IS 53 (21.09% from 255) = 11.32%

 BLUE value IS 189 (74.22% from 255) = 40.38%

R = 48.29%
G = 11.32%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E235BD (or 0xE235BD) is known color: Razzle Dazzle Rose. HEX triplet: E2, 35 and BD. RGB value is (226,53,189). Sum of RGB (Red+Green+Blue) = 226+53+189=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E235BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E235BD is #1DCA42. Grayscale: #777777. Windows color (decimal): -1952323 or 12400098. OLE color: 12400098.

HSL color Cylindrical-coordinate representation of color #E235BD: hue angle of 312.83º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E235BD is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 53 189 -
CMYK 0 0.77 0.16 0.11
HSL 312.83º 0.75% 0.55% -
HSV(B) 312.83º 0.77% 0.89% -
XYZ 41.82 22.39 50.26 -
YUV 120.23 166.81 203.44 -
System Red Green Blue C M Y K H S L
Decimal 226 53 189 0 0.77 0.16 0.11 312.83 0.75 0.55
Hex E2 35 BD 0 4D 10 B 139 4B 37
Octal 342 65 275 0 115 20 13 471 113 67
Binary 11100010 110101 10111101 0 1001101 10000 1011 100111001 1001011 110111

Color Harmonies of #E235BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E235BD

Black with #E235BD

Text Example


Text Example

White with #E235BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E235BD; }

 p { color: rgb(226,53,189); }

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

background-color css

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

 a { background-color: rgb(226,53,189); }

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

border-color css

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

 span { border-color: rgb(226,53,189); }

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