Html Css Color HEX #ED8793 Carissma

📋 copy color: '#ED8793'

red 237 ◦ green 135 ◦ blue 147

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

Shades of Carissma #ED8793

Tints of Carissma #ED8793

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.01%

 BLUE value IS 147 (57.81% from 255) = 28.32%

R = 45.66%
G = 26.01%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED8793 (or 0xED8793) is known color: Carissma. HEX triplet: ED, 87 and 93. RGB value is (237,135,147). Sum of RGB (Red+Green+Blue) = 237+135+147=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8793 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8793 is #12786C. Grayscale: #A6A6A6. Windows color (decimal): -1210477 or 9668589. OLE color: 9668589.

HSL color Cylindrical-coordinate representation of color #ED8793: hue angle of 352.94º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8793 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 135 147 -
CMYK 0 0.43 0.38 0.07
HSL 352.94º 0.74% 0.73% -
HSV(B) 352.94º 0.43% 0.93% -
XYZ 48.86 37.44 32.26 -
YUV 166.87 116.79 178.02 -
System Red Green Blue C M Y K H S L
Decimal 237 135 147 0 0.43 0.38 0.07 352.94 0.74 0.73
Hex ED 87 93 0 2B 26 7 161 4A 49
Octal 355 207 223 0 53 46 7 541 112 111
Binary 11101101 10000111 10010011 0 101011 100110 111 101100001 1001010 1001001

Color Harmonies of #ED8793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8793

Black with #ED8793

Text Example


Text Example

White with #ED8793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8793; }

 p { color: rgb(237,135,147); }

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

background-color css

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

 a { background-color: rgb(237,135,147); }

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

border-color css

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

 span { border-color: rgb(237,135,147); }

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