Html Css Color HEX #ED269B Persian Rose

📋 copy color: '#ED269B'

red 237 ◦ green 38 ◦ blue 155

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

Shades of Persian Rose #ED269B

Tints of Persian Rose #ED269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 55.12%
G = 8.84%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED269B (or 0xED269B) is known color: Persian Rose. HEX triplet: ED, 26 and 9B. RGB value is (237,38,155). Sum of RGB (Red+Green+Blue) = 237+38+155=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED269B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED269B is #12D964. Grayscale: #6E6E6E. Windows color (decimal): -1235301 or 10168045. OLE color: 10168045.

HSL color Cylindrical-coordinate representation of color #ED269B: hue angle of 324.72º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED269B is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 38 155 -
CMYK 0 0.84 0.35 0.07
HSL 324.72º 0.85% 0.54% -
HSV(B) 324.72º 0.84% 0.93% -
XYZ 41.53 21.76 33.02 -
YUV 110.84 152.93 217.99 -
System Red Green Blue C M Y K H S L
Decimal 237 38 155 0 0.84 0.35 0.07 324.72 0.85 0.54
Hex ED 26 9B 0 54 23 7 145 55 36
Octal 355 46 233 0 124 43 7 505 125 66
Binary 11101101 100110 10011011 0 1010100 100011 111 101000101 1010101 110110

Color Harmonies of #ED269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED269B

Black with #ED269B

Text Example


Text Example

White with #ED269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED269B; }

 p { color: rgb(237,38,155); }

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

background-color css

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

 a { background-color: rgb(237,38,155); }

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

border-color css

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

 span { border-color: rgb(237,38,155); }

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