Html Css Color HEX #ED7E9E Carissma

📋 copy color: '#ED7E9E'

red 237 ◦ green 126 ◦ blue 158

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

Shades of Carissma #ED7E9E

Tints of Carissma #ED7E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.18%

 BLUE value IS 158 (62.11% from 255) = 30.33%

R = 45.49%
G = 24.18%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED7E9E (or 0xED7E9E) is known color: Carissma. HEX triplet: ED, 7E and 9E. RGB value is (237,126,158). Sum of RGB (Red+Green+Blue) = 237+126+158=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7E9E is #128161. Grayscale: #A2A2A2. Windows color (decimal): -1212770 or 10387181. OLE color: 10387181.

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

Color convert

RGB 237 126 158 -
CMYK 0 0.47 0.33 0.07
HSL 342.7º 0.76% 0.71% -
HSV(B) 342.7º 0.47% 0.93% -
XYZ 48.56 35.39 36.62 -
YUV 162.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 237 126 158 0 0.47 0.33 0.07 342.7 0.76 0.71
Hex ED 7E 9E 0 2F 21 7 157 4C 47
Octal 355 176 236 0 57 41 7 527 114 107
Binary 11101101 1111110 10011110 0 101111 100001 111 101010111 1001100 1000111

Color Harmonies of #ED7E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E9E

Black with #ED7E9E

Text Example


Text Example

White with #ED7E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E9E; }

 p { color: rgb(237,126,158); }

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

background-color css

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

 a { background-color: rgb(237,126,158); }

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

border-color css

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

 span { border-color: rgb(237,126,158); }

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