Html Css Color HEX #ED38E7 Razzle Dazzle Rose

📋 copy color: '#ED38E7'

red 237 ◦ green 56 ◦ blue 231

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

Shades of Razzle Dazzle Rose #ED38E7

Tints of Razzle Dazzle Rose #ED38E7

RGB

 RED value IS 237 (92.97% from 255) = 45.23%

 GREEN value IS 56 (22.27% from 255) = 10.69%

 BLUE value IS 231 (90.63% from 255) = 44.08%

R = 45.23%
G = 10.69%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ED38E7 (or 0xED38E7) is known color: Razzle Dazzle Rose. HEX triplet: ED, 38 and E7. RGB value is (237,56,231). Sum of RGB (Red+Green+Blue) = 237+56+231=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 56 (22.27% from 255 or 10.69% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED38E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED38E7 is #12C718. Grayscale: #818181. Windows color (decimal): -1230617 or 15153389. OLE color: 15153389.

HSL color Cylindrical-coordinate representation of color #ED38E7: hue angle of 301.99º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED38E7 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 56 231 -
CMYK 0 0.76 0.03 0.07
HSL 301.99º 0.83% 0.57% -
HSV(B) 301.99º 0.76% 0.93% -
XYZ 50.76 26.6 78.06 -
YUV 130.07 184.97 204.27 -
System Red Green Blue C M Y K H S L
Decimal 237 56 231 0 0.76 0.03 0.07 301.99 0.83 0.57
Hex ED 38 E7 0 4C 3 7 12E 53 39
Octal 355 70 347 0 114 3 7 456 123 71
Binary 11101101 111000 11100111 0 1001100 11 111 100101110 1010011 111001

Color Harmonies of #ED38E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED38E7

Black with #ED38E7

Text Example


Text Example

White with #ED38E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED38E7; }

 p { color: rgb(237,56,231); }

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

background-color css

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

 a { background-color: rgb(237,56,231); }

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

border-color css

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

 span { border-color: rgb(237,56,231); }

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